@charset "utf-8";
/* CSS Document */

/* DIY Default CSS */

/* reset */

html, body, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
	margin:0;
	padding:0;
	border:0;
	outline:0;
	font-size:100%;
	vertical-align:baseline;/*background:transparent;*/
}
#content_pane{
	width:1100px;
	background-color:#dedede;
	padding:20px;
	border-radius:8px;

}
#logan {
	width:1140px;
	height:80px;
}
#logo {
	float:left;
	width: 380px;
	height:80px;
}
#slogan {
	float:right;
	width:220px;
	height:80px;
}
body {
	line-height:1.5;
	font-family: 'Helvetica Neue', Arial, 'Liberation Sans', FreeSans, sans-serif;
}
ol, ul {
	list-style:none;
}
blockquote, q {
	quotes:none;
}
blockquote:before, blockquote:after, q:before, q:after {
	content:'';
	content:none;
}
:focus {
	outline:0;
}
ins {
	text-decoration:none
}
del {
	text-decoration:line-through
}
table {
}
.clear {
	margin: 0;
	padding: 0;
	clear: both;
}
/* Page Templates */
.page-template {
	margin-bottom: 20px;
}
.right {
	float: right;
}
.left {
	float: left;
}
.fifty {
	width: 49%;
}
.seventy {
	width: 75%;
}
.twenty {
	width: 23%;
}
/* WebsPlaet Platform */

.languages {
}
.headerimage {
}
.slogan {
}
.logo {
}
.skinBg {
}
.skinAlign {
}
.footerText {
}
.footerLinks {
}
.titles {
}
.astrix {
}
.form_field_text {
}
.text_field {
}
.text_field_big {
}
.buttons {
}
.search_button {
}
.search_field {
}
.search_text {
}
.search_result_highlight {
}
.login_field {
}
/* Modules */

.module-wrapper {
}
.module-title {
}
.module-content {
}
#wrapper {
	width:1140px;
	height:auto;
	margin:20px auto 20px auto;
	/*border:1px solid #777777;*/
	background-color:#ffffff;
	position:relative;
}
/* Widgets */

.widget-wrapper {
	width:1140px;
	height:auto;
}
#col1 {
	width:1140px;
	height:400px;
	/*border:1px solid #777777;*/
	float:left;
	/*margin:10px;*/
	/*padding:8px;*/
	/*background-color:#dedede;*/
	/*box-shadow:5px 5px 5px #777777;*/
	
}
.widget-title {
}
.widget-body {
}
